chore: Drop osx intel - #1121
Conversation
…nto drop-osx-intel
| name: OSX tests | ||
| runs-on: macos-15-intel | ||
| name: OSX ARM tests | ||
| runs-on: macos-latest |
There was a problem hiding this comment.
Should we pin to a specific release? I fear we are getting here incompatibilities
There was a problem hiding this comment.
I pinned to 26 :)
|
Dropping macOS-intel support is surely a policy decision that requires a formal decision. Many projects are continuing to build for Intel macOS until GitHub decommissions its Intel macOS runners, which is scheduled for August 2027 at the earliest, though this may have been extended with the deployment of the |
|
@paperbenni how hard would it be to make osx and opt-in, just like arm-osx currently? |
|
@jmarshall its a capacity problem, too many architectures. I will try to create an issue to get more feedback. Would an opt-in work for you for the time being? |
The Next MacOS version is dropping X86 support, even Rosetta is EOL. This removes all MacOS X86 references, and quite conveniently saves us a lot of CI time.
Also removes some dead Travis CI references